GleanPingView
: Move all Glean internal metrics to a single category
#88
Labels
GleanPingView
: Move all Glean internal metrics to a single category
#88
We currently have several Glean internal metrics represented in the Glean Ping categories, mainly in the metrics ping. These include:
glean.error
,glean.validation
,glean.database
, etc.We should move all of these to a single
glean
category. The remaining part of the actual category should be prepended to the dimension name. For example, we currently have:We would drop
Database
from thegroup_label
, and prepend it to thegroup_item_label
(We can also consider a separator to make it clear what is part of the category and what is the metric):The text was updated successfully, but these errors were encountered: